@charset "Shift_JIS";
<!--

*{
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

#main{
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	margin-top: auto;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: auto;
	border-width: 2px;
	border-style: solid;
	border-color: white;
	width: 750px;
	height: auto;
}

body{
	font-size: 14px;
	line-height: 18px;
}

#header{
	background-color: white;
	height: 70px;
}

#header h1{
	font-size: x-large;
	color: silver;
	padding-top: 15px;
	padding-left: 5px;
}

#header img{
  margin-top : 0px;
  margin-left : 0px;
  margin-right : 0px;
  margin-bottom : 0px;
  float : left;
}
#header p{
  vertical-align : bottom;
  text-align : right;
  padding-right : 5px;
  margin-top : 0px;
  margin-left : 0px;
  margin-right : 0px;
  margin-bottom : 0px;
}
.hilight{
  color : white;
  background-color : silver;
  display : block;
}

#renew_breadcrumbs p{
	background-color: white;
	height: 30px;
	padding-top: 10px;
	padding-left: 5px;
	margin-top: 15px;
	margin-bottom: 15px;
	font-size: small;
}

#cont{
	padding-top: 30px;
	padding-left: 10px;
	width: 750px;
	float: left;
}

#footer{
	text-align: center;
	padding-top: 10px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: silver;
	height: 20px;
	clear: both;
}

#navi{
	background-color: white;
	padding-top: 10px;
	padding-left: 10px;
	width: 750px;
	margin-bottom: 10px;
	float: left;
}

#navi ul{
	list-style-type: none;
}

#navi ul li{
	background-color: white;
	vertical-align: middle;
	text-align: center;
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: -1px;
	margin-bottom: 0px;
	width: 100px;
	height: auto;
	float: left;
	border-left-width: 1px;
	border-right-width: 1px;
	border-left-style: solid;
	border-right-style: solid;
	border-left-color: silver;
	border-right-color: silver;
}

#navi ul li a{
	background-color: white;
	text-decoration: none;
	display: block;
}

#navi ul li a:hover{
	color: white;
	background-color: gray;
}

#cont h2{
	font-size: 16px;
	padding-top: 5px;
	padding-left: 10px;
	padding-bottom: 5px;
	margin-top: 15px;
	margin-bottom: 15px;
	border-width: 0px 0px 1px 10px;
	border-style: solid;
	border-color: blue;
}

#column h4{
	font-size: 16px;
	padding-top: 5px;
	padding-left: 10px;
	padding-bottom: 5px;
	margin-top: 15px;
	border-width: 1px 1px 1px 10px;
	border-style: solid;
	border-color: blue;
}

#column p{
	text-align: left;
	padding-top: 3px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 3px;
}

#cont p{
	text-align: left;
	padding-top: 3px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 3px;
	margin-top: -1px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	border-width: 1px;
	border-style: solid;
	border-color: silver;
}

#cont img{
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

#column img{
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	border-width: 1px;
	border-style: solid;
	border-color: silver;
}

